All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.DraggingDestination

public interface DraggingDestination
This interface wraps the Objective-C protocol NSDraggingDestination *


Method Index

 o concludeDragOperation(DraggingInfo)
A wrapper for the - concludeDragOperation: Objective-C instance method.
 o draggingEntered(DraggingInfo)
A wrapper for the - draggingEntered: Objective-C instance method.
 o draggingExited(DraggingInfo)
A wrapper for the - draggingExited: Objective-C instance method.
 o draggingUpdated(DraggingInfo)
A wrapper for the - draggingUpdated: Objective-C instance method.
 o performDragOperation(DraggingInfo)
A wrapper for the - performDragOperation: Objective-C instance method.
 o prepareForDragOperation(DraggingInfo)
A wrapper for the - prepareForDragOperation: Objective-C instance method.

Methods

 o draggingEntered
 public abstract int draggingEntered(DraggingInfo sender)
A wrapper for the - draggingEntered: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).

 o draggingUpdated
 public abstract int draggingUpdated(DraggingInfo sender)
A wrapper for the - draggingUpdated: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).

 o draggingExited
 public abstract void draggingExited(DraggingInfo sender)
A wrapper for the - draggingExited: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).

 o prepareForDragOperation
 public abstract boolean prepareForDragOperation(DraggingInfo sender)
A wrapper for the - prepareForDragOperation: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).

 o performDragOperation
 public abstract boolean performDragOperation(DraggingInfo sender)
A wrapper for the - performDragOperation: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).

 o concludeDragOperation
 public abstract void concludeDragOperation(DraggingInfo sender)
A wrapper for the - concludeDragOperation: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingDestination, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index